@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  background: url(../images/bg.png) center center repeat-y;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  position: relative;
  z-index: 1;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 225px;
  background: url(../images/bannerbg.png) center bottom no-repeat;
  left: 0;
  bottom: 0;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 650px;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  border: 1px #ae0102 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 15px;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #ae0102;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  text-align: center;
}
.title b {
  font-weight: normal;
  font-size: 30px;
  display: block;
}
.title i {
  text-transform: uppercase;
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 12px;
  line-height: 10px;
  color: #999999;
}
.title em {
  display: block;
  width: 56px;
  height: 2px;
  background-color: #ae0102;
  margin: 12px auto 0;
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  padding: 80px 0 70px;
}
.about .aboutBox {
  margin-top: 50px;
  height: 364px;
}
.about .aboutPic {
  float: right;
}
.about .aboutPic .pic {
  width: 500px;
  height: 364px;
  background-color: #fff;
  border: solid 3px #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 494px;
  height: 358px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 3px 15px rgba(174, 1, 2, 0.3);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.about .aboutPic .honor {
  position: absolute;
  left: 340px;
  bottom: 0;
}
.about .aboutPic .honor .bt {
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  padding-left: 80px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about .aboutPic .honor .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  background-color: #313131;
  border-radius: 100%;
}
.about .aboutPic .honor .img {
  display: block;
  overflow: hidden;
  width: 285px;
  height: 180px;
}
.about .aboutPic .honor .img img {
  display: block;
  width: 285px;
  height: 180px;
  object-fit: contain;
}
.picbox {
  position: relative;
}
.picbox .aboutmouse {
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.picbox .aboutmouse:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.picbox:hover .aboutmouse {
  opacity: 1;
  filter: alpha(opacity=100);
}
.picbox:active .aboutmouse {
  width: 340px;
  height: 340px;
  margin: -170px 0 0 -170px;
}
.about .aboutText {
  float: left;
  width: 710px;
}
.about .aboutText .tit {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  font-size: 16px;
  color: #777777;
  margin-top: 18px;
  text-align: justify;
}
.about .aboutText .more {
  display: block;
  margin-top: 20px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background-color: #ae0102;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ae0102;
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  color: #ae0102;
  background: none;
  box-shadow: 0 10px 10px -5px rgba(174, 1, 2, 0.5);
}
.about .aboutText .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutline {
  position: absolute;
  bottom: -70px;
  left: 306px;
  font-size: 113px;
  line-height: 88px;
  color: #999999;
  opacity: 0.1;
  font-weight: bold;
}
.honorTabs {
  margin-top: 40px;
}
.honorTabs .honorSwiper .honorTit {
  position: absolute;
  left: 0;
  top: -108px;
  width: 200px;
  height: 68px;
  background-color: #ae0102;
  border-radius: 6px 6px 0px 0px;
  color: #fff;
  text-align: center;
  line-height: 68px;
  font-size: 24px;
}
.honorTabs .honorSwiper .swiper-container ul li {
  width: 300px;
  margin-right: 30px;
}
.honorTabs .honorSwiper .swiper-container ul li .pic {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honorTabs .honorSwiper .swiper-container ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honorTabs .honorSwiper .swiper-container ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  color: #666666;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honorTabs .honorSwiper .swiper-container ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.honorTabs .honorSwiper .swiper-container ul li:hover .pic {
  border-color: #ae0102;
}
.honorTabs .honorSwiper .swiper-container ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.honorTabs .honorSwiper .swiper-container ul li:hover .bt {
  color: #ae0102;
}
.product {
  padding-top: 60px;
  padding-bottom: 80px;
}
.product .proNav {
  text-align: center;
  margin-top: 40px;
  font-size: 0;
}
.product .proNav ul {
  margin: 0 -20px;
}
.product .proNav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
  height: 40px;
  border-radius: 6px;
  border: solid 1px #dddddd;
  line-height: 38px;
  font-size: 14px;
  color: #666666;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ae0102, #ae0102);
  background-image: linear-gradient(to right, #ae0102, #ae0102);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:before {
  content: "";
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/sbnavli.png) center center no-repeat;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  border-color: #ae0102;
  background-color: #ae0102;
  background-size: 100% 100%;
  color: #fff;
}
.product .proNav ul li:hover a:before,
.product .proNav ul li.on a:before {
  background-image: url(../images/sbnavlih.png);
}
.product .list {
  margin-top: -10px;
}
.product .list ul {
  margin-right: -57px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  width: 370px;
  margin-top: 40px;
  margin-left: 25px;
  margin-right: 57px;
  position: relative;
}
.product .list ul li:after {
  content: "";
  position: absolute;
  background: #ae0102;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.product .list ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.product .list ul li .en {
  position: absolute;
  left: -25px;
  top: 16px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #cccccc;
  line-height: 1;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.product .list ul li .en:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  margin-bottom: 14px;
  margin-right: 4px;
}
.product .list ul li .pic {
  display: block;
  width: 100%;
  height: 280px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px #fff solid;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .list ul li .pic i {
  display: block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.product .list ul li .pic i img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  height: 55px;
  line-height: 54px;
  border-bottom: 1px solid #eeeeee;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 15px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .bt:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/proli.png) 0 center no-repeat;
  right: 0;
  top: 0;
  height: 100%;
  width: 44px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .bt:hover {
  color: #ae0102;
}
.product .list ul li .bt:hover:before {
  color: #ae0102;
}
.product .list ul li:hover .pic {
  box-shadow: 0 0 15px rgba(174, 1, 2, 0.3);
}
.product .list ul li:hover .pic:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .list ul li:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.product .list ul li:hover .bt:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
  animation: zyfdPro 1.5s linear infinite;
}
@keyframes zyfdPro {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.case {
  background: url(../images/casebg.jpg) center 0 no-repeat fixed;
  background-size: cover;
  padding: 55px 0;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .title {
  color: #ffffff;
}
.case .title em {
  background: #fff;
}
.case .caseSwiper {
  width: 97.4%;
  min-width: 1300px;
  margin: auto;
  margin-top: 40px;
}
.case .caseSwiper ul li {
  width: 25%;
  padding: 0 25px;
}
@media screen and (max-width: 1620px) {
  .case .caseSwiper ul li {
    padding: 0 15px;
  }
}
.case .caseSwiper ul li .item {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70.6%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px #fff solid;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont {
  position: relative;
  padding-right: 50px;
  padding-top: 18px;
  border-bottom: 1px solid #e0e0e0;
  height: 88px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont p {
  font-size: 12px;
  line-height: 1;
  color: #999999;
}
.case .caseSwiper ul li .item .cont .more {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/caseli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.case .caseSwiper ul li .item:hover .pic:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.case .caseSwiper ul li .item:hover .cont {
  border-color: #fff;
}
.case .caseSwiper ul li .item:hover .cont .more {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .page {
  margin-top: 50px;
  height: 42px;
  text-align: center;
  font-size: 0;
  background: url(../images/casepage.png) center center no-repeat;
}
.case .page .case-prev {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 42px;
  position: relative;
  background: url(../images/casel.png) center center no-repeat;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .page .case-prev:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .page .case-next {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 42px;
  position: relative;
  background: url(../images/caser.png) center center no-repeat;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 110px;
}
.case .page .case-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .page .case-next:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news {
  padding: 80px 0 70px;
}
.news .list {
  margin-top: 10px;
}
.news .list ul {
  margin-right: -60px;
}
.news .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list ul li {
  float: left;
  margin-right: 60px;
  margin-top: 30px;
  width: 620px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 12px 120px 0 32px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ae0102, #ae0102);
  background-image: linear-gradient(to right, #ae0102, #ae0102);
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/newsli.png) center center no-repeat;
  width: 51px;
  height: 26px;
  right: 30px;
  top: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 14px;
}
.news .list ul li .date {
  margin-left: 20px;
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
  line-height: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .more {
  display: block;
  width: 88px;
  height: 88px;
  background-color: #333333;
  border-radius: 100%;
  position: absolute;
  left: -88px;
  top: 50%;
  margin-top: -44px;
  color: #fff;
  padding-left: 56px;
  line-height: 88px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .more:before {
  content: "+";
  font-size: 24px;
}
.news .list ul li:hover,
.news .list ul li.on {
  background-color: #ae0102;
  background-size: 100% 100%;
  color: #fff;
  padding-left: 92px;
  padding-right: 70px;
}
.news .list ul li:hover:before,
.news .list ul li.on:before {
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .list ul li:hover .bt,
.news .list ul li.on .bt {
  color: #fff;
}
.news .list ul li:hover .date,
.news .list ul li.on .date {
  color: #fff;
}
.news .list ul li:hover .more,
.news .list ul li.on .more {
  left: -45px;
}
.links {
  background-color: #ae0102;
  padding: 40px 0;
}
.links .title {
  color: #ffffff;
}
.links .title i {
  color: #ffffff;
}
.links .title em {
  background: #fff;
}
.links .list {
  margin-top: 40px;
  margin-left: -40px;
  line-height: 36px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
}
.links .list a:before {
  content: "-";
  margin-right: 20px;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
